home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 24
/
AMIGAplus Sonderheft 24 (2000)(Falke)(DE)[!].iso
/
Updates
/
Librarys
/
G5Library
/
Include
/
gateway.h
< prev
Wrap
C/C++ Source or Header
|
1999-08-30
|
314b
|
18 lines
/*
** include file for gateway.library
**
** (C) Copyright 1998,1999 Michaela Prüß
** All Rights Reserved.
*/
#ifndef GATEWAY_GATEWAY_H
#define GATEWAY_GATEWAY_H
#include <exec/types.h>
#include <string.h>
#include <stdio.h>
#include <ctype.h>
#include <libdefs.h>
#endif /* GATEWAY_GATEWAY_H */